projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e9bdd4
)
Paren typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 13 Apr 2004 23:16:57 +0000
(23:16 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 13 Apr 2004 23:16:57 +0000
(23:16 +0000)
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index dfd1f0a3eeaf75fc3a8583f05afda737974cefed..e8dfacb5966eb14aca491190df08e83ef348a8f3 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-1371,7
+1371,7
@@
Use this command in a compilation log buffer. Sets the mark at point there."
(dired-other-window (car (get-text-property (point) 'directory)))
(push-mark)
(setq compilation-current-error (point))
- (next-error 0)))
))
+ (next-error 0)))
;; Return a compilation buffer.
;; If the current buffer is a compilation buffer, return it.